start

abstract fun start()

Starts the template, making it active and visible.

This method should handle any necessary setup to render the template and its associated content or modules. If the template contains animations or timed elements, they should begin upon this call. Calling start() on an already started template should ideally be a no-op or handle resumption gracefully.